home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 (Walnut Creek) / Aminet - June 1993 [Walnut Creek].iso / aminet / gfx / misc / pplot100.lha / PPlot.Importing < prev    next >
Text File  |  1992-09-11  |  673b  |  24 lines

  1.  
  2. To import data from another program such as a spreadsheet, you need to make
  3. sure the data is in PPlot's format.  The format is as follows...
  4.  
  5. NUMBER
  6. X_COORDINATE,Y_COORDINATE,X_ERROR,Y_ERROR
  7. .
  8. .
  9. .
  10.  
  11. Simple, eh? :)
  12.  
  13. NUMBER = the number of points in the file.
  14.  
  15. The coordinates and errors can be separated by commas, spaces (one or
  16. more), or <Returns>.  Remove any text or control characters in the file.
  17. (A beta-tester had a problem importing Advantage output because it put
  18. Control-L's in the file.  Got rid of them and the file loaded fine.)
  19.  
  20. Well, that's about it for importing.  Of course, you can't import more than
  21. 500 points at a time.
  22.  
  23. ---charlet@hubcap.clemson.edu
  24.